home *** CD-ROM | disk | FTP | other *** search
-
-
-
- aaaallllGGGGeeeettttFFFFiiiillllllllaaaabbbblllleeee((((3333ddddmmmm)))) aaaallllGGGGeeeettttFFFFiiiillllllllaaaabbbblllleeee((((3333ddddmmmm))))
-
-
-
- NNNNAAAAMMMMEEEE
- alGetFillable - report the number of unfilled sample frames in an audio
- port
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- ####iiiinnnncccclllluuuuddddeeee <<<<ddddmmmmeeeeddddiiiiaaaa////aaaauuuuddddiiiioooo....hhhh>>>>
-
- iiiinnnntttt aaaallllGGGGeeeettttFFFFiiiillllllllaaaabbbblllleeee((((AAAALLLLppppoooorrrrtttt ppppoooorrrrtttt))))
-
- PPPPAAAARRRRAAAAMMMMEEEETTTTEEEERRRR
- _p_o_r_t expects the audio port you want to query. This structure is the
- returned value of the aaaallllOOOOppppeeeennnnPPPPoooorrrrtttt((((3333ddddmmmm)))) call.
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- aaaallllGGGGeeeettttFFFFiiiillllllllaaaabbbblllleeee returns the number of sample frames in an audio port that
- have not yet been filled. How you interpret this number depends on
- whether _p_o_r_t is an input port or an output port.
-
- For an input port, the return value is a count of spaces that the device
- can fill up before the port overflows, causing a loss of samples.
-
- For an output port, the return value is the greatest number of sample
- frames that can be written to the port without blocking (i.e. waiting for
- more samples to be played).
-
- Because the port may continue to empty or fill, the number returned by
- aaaallllGGGGeeeettttFFFFiiiillllllllaaaabbbblllleeee is an instantaneous measurement of the number of fillable
- locations. For input ports, this number will decrease over time as new
- samples arrive. For output, ports this number will increase as samples
- are played.
-
- In order to insure the best possible performance, aaaallllGGGGeeeettttFFFFiiiillllllllaaaabbbblllleeee performs
- no verification of _p_o_r_t. You should make certain that _p_o_r_t is a valid
- AAAALLLLppppoooorrrrtttt structure before passing it as a parameter to aaaallllGGGGeeeettttFFFFiiiillllllllaaaabbbblllleeee.
-
- DDDDIIIIAAAAGGGGNNNNOOOOSSSSTTTTIIIICCCCSSSS
- Upon successful completion, aaaallllGGGGeeeettttFFFFiiiillllllllaaaabbbblllleeee returns a non-negative number.
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- alOpenPort(3dm), alGetFilled(3dm)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-